Feature: Listar, Agregar, Actualizar y Publicar POST
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 17.794s |
Scenario: Como un usuario inicio sesión cambio el acceso a un post
Before
0m 1.032s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.725s
And
I wait for 1 seconds
0m 1.116s
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
0m 0.169s
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
0m 0.145s
And
I wait for 1 seconds
0m 1.107s
Then
I click element with xpath "<BTN_SIGNIN_EID>"
0m 0.180s
And
I wait for 1 seconds
0m 1.163s
Given
I navigate to page "http://localhost:2368/ghost/#/tags/new"
0m 0.205s
And
I set text "TAG TEST" on element with xpath "<TAG_NAME_ID>"
0m 0.151s
And
I click element with xpath "<TAG_BTN_SAVE_ID>"
0m 0.137s
Then
I navigate to page "http://localhost:2368/ghost/#/posts"
0m 0.358s
And
I click element with xpath "<POST_ONLIST_CLASS>"
0m 0.270s
And
I wait for 1 seconds
0m 1.266s
Then
I click element with xpath "<CONTENT_ECLASS>"
0m 0.289s
And
Enter on element with xpath "<CONTENT_ECLASS>"
0m 0.304s
And
I wait for 1 seconds
0m 1.258s
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
0m 0.349s
And
I wait for 1 seconds
0m 1.239s
And
I set text "<MEMBERS_POST_ACCESS>" on element with xpath "<POST_ACCESS_SELECT_XPATH>"
0m 0.233s
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
0m 0.285s
And
I set text "POST ACCESS UPDATE" on element with xpath "<POST_TITLE_ECLASS>"
0m 0.302s
Then
I click element with xpath "<CONTENT_ECLASS>"
0m 0.255s
And
I wait for 5 seconds
0m 5.252s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 1 seconds
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
And
I wait for 1 seconds
Then
I click element with xpath "<BTN_SIGNIN_EID>"
And
I wait for 1 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/tags/new"
And
I set text "TAG TEST" on element with xpath "<TAG_NAME_ID>"
And
I click element with xpath "<TAG_BTN_SAVE_ID>"
Then
I navigate to page "http://localhost:2368/ghost/#/posts"
And
I click element with xpath "<POST_ONLIST_CLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<CONTENT_ECLASS>"
And
Enter on element with xpath "<CONTENT_ECLASS>"
And
I wait for 1 seconds
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
And
I wait for 1 seconds
And
I set text "<MEMBERS_POST_ACCESS>" on element with xpath "<POST_ACCESS_SELECT_XPATH>"
Then
I click element with xpath "<OPEN_SETTINGS_CLASS>"
And
I set text "POST ACCESS UPDATE" on element with xpath "<POST_TITLE_ECLASS>"
Then
I click element with xpath "<CONTENT_ECLASS>"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE